Function Reference

_INetGetSource

Gets the source from an URL without writing a temp file.

#include <INet.au3>
_INetGetSource ( $s_URL )

 

Parameters

$s_URL (The URL of the site.) eg 'www.autoitscript.com'

 

Return Value

Success: Returns the source code.
Failure: 0 and sets @ERROR = 1

 

Remarks

None.

 

Related

INetGet

 

Example


#include <INet.au3>
ConsoleWrite(_INetGetSource('www.autoitscript.com'))